home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 12 / Cream of the Crop 12 (Part II) / Cream of the Crop 12 (Part II).iso / OS2 / XCO212P.ZIP / SAMPLES / WATCOM / m2test.def < prev    next >
Encoding:
Text File  |  1996-03-05  |  112 b   |  7 lines

  1. <*+M2EXTENSIONS*>
  2. DEFINITION MODULE m2test; 
  3.  
  4. PROCEDURE ["C"] m2func(a,b: INTEGER): INTEGER;
  5.  
  6. END m2test.
  7.